Uses of Enum
edu.claflin.finder.log.LogLevel
Packages that use LogLevel
Package
Description
Subgraph Finder - Used to find and locate subgraphs within a network.
Contains the classes used by the programming for logging
to a file.
-
Uses of LogLevel in edu.claflin.finder
Methods in edu.claflin.finder with parameters of type LogLevelModifier and TypeMethodDescriptionstatic voidGlobal.makeLogger(LogLevel maxGranularity, boolean[] fileLogs, boolean[] terminalLogs) Instantiates the logger field. -
Uses of LogLevel in edu.claflin.finder.log
Fields in edu.claflin.finder.log declared as LogLevelModifier and TypeFieldDescriptionprivate final LogLevelLogUtil.maxGranularityThe maximum granularity of the logging utility.Methods in edu.claflin.finder.log that return LogLevelModifier and TypeMethodDescriptionstatic LogLevelReturns the enum constant of this type with the specified name.static LogLevel[]LogLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.claflin.finder.log with parameters of type LogLevelModifier and TypeMethodDescriptionprivate voidUsed to log data.voidLogs an ALGO message.voidLogs an ERROR message.voidLogs a GRPH message.voidLogs an INFO message.Constructors in edu.claflin.finder.log with parameters of type LogLevel